Month Header
fun MonthHeader(month: YearMonth, daysOfWeek: List<DayOfWeek>, animateScrollToMonth: suspend (YearMonth) -> Unit)
Displays a header for the month containing navigation buttons and the name of the current month.
Parameters
month
The current month to display.
days Of Week
List of days of the week to display in the header.
animate Scroll To Month
A function to animate scrolling to a specific month.